Satyajit Sarangi bio photo

Satyajit Sarangi

I am a software engineer currently residing in Bay Area.

Email Twitter LinkedIn Github Stackoverflow

Posts Tagged “unstructured control flow”

Posts Tagged “unstructured control flow”

Loopy - A Structurizer for generating structured control flow code.

compiler structurizer unstructured control flow structured control flow cfg


January 20, 2016 . .
A structurizer is used when the IR is unstructured but the code to be generated needs to be structured. A structured control flow represents idioms which are generally present in higher-level languages such as if-else, for-loop, while-loop, do-while etc.